|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scope | |
|---|---|
| org.eclipse.vtp.framework.engine.runtime | |
| Uses of Scope in org.eclipse.vtp.framework.engine.runtime |
|---|
| Subclasses of Scope in org.eclipse.vtp.framework.engine.runtime | |
|---|---|
class |
Execution
Implementation of the execution scope and context. |
class |
Process
Implementation of the process scope and context. |
class |
Sequence
Implementation of the action scope and context. |
class |
Session
Implementation of the session scope and context. |
| Methods in org.eclipse.vtp.framework.engine.runtime with parameters of type Scope | |
|---|---|
protected Builder |
Configurable.createBuilder(Scope scope)
Creates a builder of this component for the specified scope. |
protected IContext |
Service.createServiceRegistry(Scope scope)
|
protected IContext |
Executable.createServiceRegistry(Scope scope)
|
protected abstract IContext |
Configurable.createServiceRegistry(Scope scope)
Creates a service registry for the specified scope. |
java.lang.Object |
Service.getInstance(Scope scope)
|
protected java.lang.Object[] |
Service.lookupAllSiblingServices(java.lang.String identifier,
Scope scope)
Looks up all services with the specified identifier in the supplied scope or null if said identifier is also present on this service
or no such service exists. |
protected java.lang.Object |
Service.lookupSiblingService(java.lang.String identifier,
Scope scope)
Looks up a service with the specified identifier in the supplied scope or null if said identifier is also present on this service or
no such service exists. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||